StyleGAN is a powerful deep learning model developed by NVIDIA for high-quality image generation, especially known for generating photorealistic human faces with major architectural improvements.
Style-based architecture - map noise to an intermediate latent space for better control the face style (e.g. hair color, pose, lighting)
Adaptive Instance Normalization - inject the style at each level of the image synthesis to enhance control over features (face shape, fine details)
Progressive growing - from low to high resolution, improving training stability and quality
Using OpenCV and linear transition between the latent face vectors, generating morphing transition.